home *** CD-ROM | disk | FTP | other *** search
-
- #define spheredialogR 135
- enum {
- sphereokBU = 1,
- spherecancelBU,
- spherecentrex = 7,
- spherecentrey,
- spherecentrez,
- sphereradius = 11
- } ;
-
- #define boxdialogR 136
- enum {
- boxokBU = 1,
- boxcancelBU,
- boxbound1x = 3,
- boxbound1y,
- boxbound1z,
- boxbound2x = 10,
- boxbound2y,
- boxbound2z
- } ;
-
- #define discdialogR 137
- enum {
- discokBU = 1,
- disccancelBU,
- discradius = 5,
- disccentrex = 6,
- disccentrey,
- disccentrez,
- discnormalx = 13,
- discnormaly,
- discnormalz
- } ;
-
- #define planedialogR 138
- enum {
- planeokBU = 1,
- planecancelBU,
- planenormalx = 4,
- planenormaly,
- planenormalz,
- planepointx = 11,
- planepointy,
- planepointz
- } ;
-
- #define cylinderdialogR 139
- enum {
- cylinderokBU = 1,
- cylindercancelBU,
- cylindertopx = 3,
- cylindertopy,
- cylindertopz,
- cylinderbottomx = 10,
- cylinderbottomy,
- cylinderbottomz,
- cylinderradius = 19
- } ;
-
- #define conedialogR 140
- enum {
- coneokBU = 1,
- conecancelBU,
- coneapexx = 3,
- coneapexy,
- coneapexz,
- conebottomx = 10,
- conebottomy,
- conebottomz,
- conebottomr = 18,
- coneapexr = 20
- } ;
-
- #define blobdialogR 144
- enum {
- blobuseBU = 1,
- blobcancelBU,
- blobmetaballchooseCI,
- blobxET,
- blobyET,
- blobzET,
- blobstrengthET,
- blobradiusET,
- blobsizeET,
- blobthreshET,
- blobmetaballnrST
- } ;
-
- #define textdialogR 141
- enum {
- textdoneBU = 1,
- textlistUI,
- textfield1ET,
- textfield2ET,
- textfield3ET,
- textfield4ET,
- textfield5ET,
- textfield6ET,
- textfield7ET,
- textsurfacepickBU,
- textcreateBU = 11,
- textremoveBU,
- textfield1ST = 14,
- textfield2ST,
- textfield3ST,
- textfield4ST,
- textfield5ST,
- textfield6ST,
- textfield7ST,
- texttypeCI = 21,
- texttransformsetBU
- } ;
-
- #define surfdialogR 142
- enum {
- surfokBU = 1,
- surfcancelBU,
- ambienceUI = 5 ,
- diffuseUI = 7,
- specularUI = 9,
- difftransUI = 11,
- spectransUI = 13,
- specpowET = 15,
- attenuationET = 17,
- refracindexET = 19,
- reflectivityET = 21,
- transmittanceET = 23,
- translucencyET = 25,
- surfshadowsCB = 26,
- surflistUI = 27
- } ;
-
- #define objectdialogR 145
- enum {
- objectdoneBU =1,
- objecteditBU,
- objectsurfaceBU,
- objecttextureBU,
- objecttransformsBU
- };
-
- #define transdialogR 146
- enum {
- transdoneBU =1,
- transaddrotateBU,
- transxaxisET,
- transyaxisET,
- transzaxisET,
- transthetaET,
- transaddscaleBU,
- transscalexET,
- transscaleyET,
- transscalezET,
- transaddtranslateBU,
- transtransxET,
- transtransyET,
- transtranszET,
- transresetBU = 28
- };
-
- #define lightdialogR 147
- enum {
- lightdoneBU=1,
- lightextendedcreateBU,
- lightdirectionalcreateBU,
- lightpointcreateBU,
- lightfield1ET,
- lightfield2ET,
- lightfield3ET,
- lightfield4ET,
- lightdeleteBU,
- lightlistUI,
- lightcolourUI,
- lightfield1ST,
- lightfield2ST,
- lightfield3ST,
- lightfield4ST,
- lightcolourST
- };
-
- #define polydialogR 149
- enum {
- polyuseBU = 1,
- polycancelBU,
- polychooseCI,
- polyxET,
- polyyET,
- polyzET,
- polyvertexST,
- polyverticesET=14
- };
-
- #define triangledialogR 148
- enum {
- triuseBU = 1,
- tricancelBU,
- triv1xET,
- triv1yET,
- triv1zET,
- triv2xET,
- triv2yET,
- triv2zET,
- triv3xET,
- triv3yET,
- triv3zET,
- trin1xET,
- trin1yET,
- trin1zET,
- trin2xET,
- trin2yET,
- trin2zET,
- trin3xET,
- trin3yET,
- trin3zET,
- triphongCB
- };
-
- #define torusdialogR 150
- enum {
- toruseBU = 1,
- torcancel,
- torposxET,
- torposyET,
- torposzET,
- tornormxET,
- tornormyET,
- tornormzET,
- torsweptET,
- tortubeET
- };